object Form2: TForm2 Left = 282 Top = 186 Width = 435 Height = 300 Caption = 'Dialog 2' Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 TextHeight = 20 object Button1: TButton Left = 72 Top = 72 Width = 81 Height = 49 Caption = 'Help' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 80 Width = 81 Height = 41 Caption = 'Save' TabOrder = 1 OnClick = Button2Click end end